New submission from mattip <[email protected]>: Every test run is recompiling _testcapimodule.c, filling up temp directory with many subdirs for each nightly buildbot run. We should fix lib_pypy/_testcapi.py to use a hash like cffi does to build once for each version of pypy and c-files We should also add a cleanup step to buildbot?
---------- messages: 6653 nosy: mattip, pypy-issue priority: feature status: unread title: test runner filling temp directory with _testcapi modules ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1723> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
