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.

classification
Title: Refcount bug in PyObject_Unicode
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: lemburg Nosy List: doerwalter, lemburg
Priority: normal Keywords: patch

Created on 2001-03-25 18:53 by doerwalter, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
diff.txt doerwalter, 2001-03-25 18:53 patch
Messages (2)
msg36209 - (view) Author: Walter Dörwald (doerwalter) * (Python committer) Date: 2001-03-25 18:53
This patch fixes what I think is a
reference counting bug in the new
function PyObject_Unicode.
msg36210 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2001-03-25 19:17
Logged In: YES 
user_id=38388

Checked in. Thanks.
History
Date User Action Args
2022-04-10 16:03:54adminsetgithub: 34233
2001-03-25 18:53:46doerwaltercreate