Staging
v0.8.1
https://github.com/python/cpython
Revision 31b950ab86f5c99a18c16dbf1900b854b94e0659 authored by Victor Stinner on 08 June 2017, 21:13:12 UTC, committed by GitHub on 08 June 2017, 21:13:12 UTC
Fix a reference leak in _io._WindowsConsoleIO: PyUnicode_FSDecoder()
always initialize decodedname when it succeed and it doesn't clear
input decodedname object.
(cherry picked from commit 29adc13bd797d9c9e7fcb893a7c49ce7f7ad388c)
1 parent ca1b66f
History
Tip revision: 31b950ab86f5c99a18c16dbf1900b854b94e0659 authored by Victor Stinner on 08 June 2017, 21:13:12 UTC
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008)
Tip revision: 31b950a
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.6 KB
README.rst -rw-r--r-- 3.9 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.1 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 48.3 KB
license.rst -rw-r--r-- 46.1 KB
make.bat -rw-r--r-- 4.1 KB

README.rst

back to top