mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Apply modified version of Collin Winter's patch #1478788
Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily.
This commit is contained in:
parent
c7c51147c7
commit
c649ec5b69
10 changed files with 32 additions and 26 deletions
|
|
@ -515,10 +515,7 @@
|
|||
RelativePath="..\Objects\funcobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\functionalmodule.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\functionalmodule.c">
|
||||
RelativePath="..\Modules\_functoolsmodule.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\future.c">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue