Message411308
| Author |
vstinner |
| Recipients |
eric.snow, gvanrossum, vstinner |
| Date |
2022年01月22日.23:45:49 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1642895149.74.0.431928889619.issue46449@roundup.psfhosted.org> |
| In-reply-to |
| Content |
Is there a way to disable deepfreeze when building Python?
It makes the Python build way slower. For example, a full build (after "make clean") of Python 3.10 takes 14.9 seconds on my laptop, whereas Python 3.11 takes 24.6 seconds (1.6x slower). It makes my workflow (trial-and-error based ;-)) less efficient.
Moreover, I would like to disable it to investigate why _Py_RefTotal is now negative at Python exit:
https://bugs.python.org/issue46417#msg411307
Note: I pushed many changes in bpo-46417 to clear static types and a few "static" objects at Python exit (in Py_Finalize()). |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2022年01月22日 23:45:49 | vstinner | set | recipients:
+ vstinner, gvanrossum, eric.snow |
| 2022年01月22日 23:45:49 | vstinner | set | messageid: <1642895149.74.0.431928889619.issue46449@roundup.psfhosted.org> |
| 2022年01月22日 23:45:49 | vstinner | link | issue46449 messages |
| 2022年01月22日 23:45:49 | vstinner | create |
|