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 Segev Finer
Recipients Segev Finer
Date 2017-06-04.17:20:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496596858.95.0.123933382892.issue30567@psf.upfronthosting.co.za>
In-reply-to
Content
There is a ref leak in sys.getwindowsversion due to using PyTuple_Pack and forgetting that it increments the ref count of passed in objects. Found here: https://github.com/python/cpython/pull/1927#issuecomment-306019512.

Clearly shows up in python -m test -R 3:2 test_sys
History
Date User Action Args
2017-06-04 17:20:58Segev Finersetrecipients: + Segev Finer
2017-06-04 17:20:58Segev Finersetmessageid: <1496596858.95.0.123933382892.issue30567@psf.upfronthosting.co.za>
2017-06-04 17:20:58Segev Finerlinkissue30567 messages
2017-06-04 17:20:58Segev Finercreate