- 09 Eyl, 2016 40 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Christian Heimes yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
-
Brett Cannon yazdı
Thanks to Georg Brandl for the patch.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
now is interned. This leads to more compact pickle data with protocol 4.
-
Gregory P. Smith yazdı
test. call it TestVarAnnotations instead.
-
Victor Stinner yazdı
Use _PyCFunction_FastCallKeywords() in ceval.c: it allows to remove a lot of code from ceval.c which was only used to call C functions.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
-
Eric Snow yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Steve Dower yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Guido van Rossum yazdı
This is now an official "protected" API that can be used to write classes that are duck-type-compatible with Future without subclassing it. (For that purpose I also changed isinstance(result, Future) to check for this attribute instead.) Hopefully Amber Brown can use this to make Twisted.Deferred compatible with asyncio.Future. Tests and docs are TBD. (Also there are more isinstance() checks to fix.)
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Guido van Rossum yazdı
This is now an official "protected" API that can be used to write classes that are duck-type-compatible with Future without subclassing it. (For that purpose I also changed isinstance(result, Future) to check for this attribute instead.) Hopefully Amber Brown can use this to make Twisted.Deferred compatible with asyncio.Future. Tests and docs are TBD.
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #27830: Add _PyObject_FastCallKeywords(): avoid the creation of a temporary dictionary for keyword arguments. Other changes: * Cleanup call_function() and fast_function() (ex: rename nk to nkwargs) * Remove now useless do_call(), replaced with _PyObject_FastCallKeywords()
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
issue14976.
-
issue14976.
-
-