- 19 Eyl, 2016 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(Patch by Xiang Zhang)
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
- Rename Py_ADDRESS_IN_RANGE to address_in_range and make it a static function instead of macro. Any compiler worth its salt will inline this function. - Remove the duplicated function version of Py_ADDRESS_IN_RANGE used when memory analysis was active. Instead, we can simply mark address_in_range as allergic to dynamic memory checking. We can now remove the __attribute__((no_address_safety_analysis)) from _PyObject_Free and _PyObject_Realloc. All the badness is contained in address_in_range now. - Fix the code that tried to only read pool->arenaindex once. Putting something in a variable is no guarantee that it won't be read multiple times. We must use volatile for that.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 18 Eyl, 2016 15 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #28195: Don't expect the fd leak message to be on a specific line number, just make sure that the line is present in the output.
-
Ethan Furman yazdı
-
Berker Peksag yazdı
Initial patch by Peter Wirtz.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
I forgot there two variations of os.stat() in Python 3.5.
-
Berker Peksag yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 17 Eyl, 2016 13 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
Issue #28162: WindowsConsoleIO readall() fails if first line starts with Ctrl+Z Issue #28163: WindowsConsoleIO fileno() passes wrong flags to _open_osfhandle Issue #28164: _PyIO_get_console_type fails for various paths
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Steve Dower yazdı
Issue #28138: Windows ._pth file should allow import site
-
Steve Dower yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-