This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients neologix, pitrou, serhiy.storchaka, vstinner
Date 2015-03-23.21:06:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427144782.29.0.99606611007.issue23753@psf.upfronthosting.co.za>
In-reply-to
Content
My changes only *removes* code and so make it simpler ;-)

$ diffstat stat.patch 
 Include/fileutils.h  |    6 ------
 Include/pyport.h     |   22 ----------------------
 Modules/_io/fileio.c |   20 --------------------
 Modules/mmapmodule.c |    4 ----
 Python/fileutils.c   |   16 ----------------
 Python/marshal.c     |    4 ----
 6 files changed, 72 deletions(-)
History
Date User Action Args
2015-03-23 21:06:22vstinnersetrecipients: + vstinner, pitrou, neologix, serhiy.storchaka
2015-03-23 21:06:22vstinnersetmessageid: <1427144782.29.0.99606611007.issue23753@psf.upfronthosting.co.za>
2015-03-23 21:06:22vstinnerlinkissue23753 messages
2015-03-23 21:06:22vstinnercreate