Message261747
| Author |
vstinner |
| Recipients |
lemburg, python-dev, serhiy.storchaka, vstinner |
| Date |
2016-03-14.12:45:58 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1457959559.01.0.708625380584.issue26516@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
I reworked my patch before pushing it:
* it now respects -E and -I command line options
* I documented changes in Doc/, Misc/NEWS, What's New in Python 3.6, Misc/README.valgrind, etc.
* Debug hooks are now also installed when Python is compiled in debug mode without pymalloc
* PYTHONMALLOCSTATS is now ignored if the allocator if pymalloc is not used
* PYTHONMALLOC is ignored if it's an empty string |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2016-03-14 12:45:59 | vstinner | set | recipients:
+ vstinner, lemburg, python-dev, serhiy.storchaka |
| 2016-03-14 12:45:59 | vstinner | set | messageid: <1457959559.01.0.708625380584.issue26516@psf.upfronthosting.co.za> |
| 2016-03-14 12:45:58 | vstinner | link | issue26516 messages |
| 2016-03-14 12:45:58 | vstinner | create | |
|