]> granicus.if.org Git - python/commit
Issue #11382: Trivial system calls, such as dup() or pipe(), needn't
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Apr 2011 15:21:13 +0000 (17:21 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Apr 2011 15:21:13 +0000 (17:21 +0200)
commit877509aef43034fec002eeafc9982e4b6c1c0b3d
tree8395ac5c7b4bae90fb8e7d19c6a3c428ed8c2b5a
parent00bdbe1d97f5d72f46f955ae886f4a0dbf32f7cb
Issue #11382: Trivial system calls, such as dup() or pipe(), needn't
release the GIL.  Patch by Charles-François Natali.
Misc/NEWS
Modules/posixmodule.c