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.
Created on 2007年08月21日 08:08 by fijal, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg32673 - (view) | Author: Maciek Fijalkowski (fijal) | Date: 2007年08月21日 08:08 | |
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()
|
|||
| msg55381 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2007年08月28日 18:33 | |
Actually, this is a dupe of #815646. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:26 | admin | set | github: 45333 |
| 2007年08月28日 18:33:45 | georg.brandl | set | status: open -> closed resolution: duplicate superseder: thread unsafe file objects cause crash messages: + msg55381 nosy: + georg.brandl |
| 2007年08月21日 08:08:21 | fijal | create | |