- 04 Mar, 2013 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
-
Antoine Pitrou yazdı
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Keep references for oldkey and oldvalue so they can't trigger a __del__ method to reenter our thread. Move the cache[key]=link step to the end, after the link data is in a consistent state. Under exotic circumstances, the cache[key]=link step could trigger reentrancy (i.e. the key would have to have a hash exactly equal to that for another key in the cache and the key would need a __eq__ method that makes a reentrant call our cached function).
-
Raymond Hettinger yazdı
-
- 03 Mar, 2013 3 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Gregory P. Smith yazdı
the subprocess module on Linux.
-
- 02 Mar, 2013 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 01 Mar, 2013 8 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 28 Şub, 2013 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 27 Şub, 2013 6 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 26 Şub, 2013 7 kayıt (commit)
-
-
Victor Stinner yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Vinay Sajip yazdı
-
Eli Bendersky yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-