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 fijal
Recipients
Date 2007-08-21.08:08:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
On linux box this piece of code segfaults (CPy 2.5.1)

while 1:
    f = open("/tmp/dupa", "w")
    thread.start_new_thread(f.close, ())
    f.close()
History
Date User Action Args
2007-08-23 14:59:22adminlinkissue1778376 messages
2007-08-23 14:59:22admincreate