]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18608: Avoid keeping a strong reference to the locale module inside the _io...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Aug 2013 19:04:50 +0000 (21:04 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Aug 2013 19:04:50 +0000 (21:04 +0200)
commit932ff8368289b53c4ca37167747bb71d146fc6ea
tree31f508a77d07676df88535e20bfe555eb662f0a2
parent2d350fd8af29eada0c3f264a91df6ab4af4a05fd
Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module.
Misc/NEWS
Modules/_io/_iomodule.c
Modules/_io/_iomodule.h
Modules/_io/textio.c