Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit daec45a

Browse filesBrowse files
committed
gh-112070: update generate functoolsmodule files
1 parent b9b6643 commit daec45a
Copy full SHA for daec45a

File tree

2 files changed

+17
-5
lines changed
Filter options

2 files changed

+17
-5
lines changed

‎Modules/_functoolsmodule.c

Copy file name to clipboardExpand all lines: Modules/_functoolsmodule.c
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ Report cache statistics
13001300

13011301
static PyObject *
13021302
_functools__lru_cache_wrapper_cache_info_impl(PyObject *self)
1303-
/*[clinic end generated code: output=cc796a0b06dbd717 input=f05e5b6ebfe38645]*/
1303+
/*[clinic end generated code: output=cc796a0b06dbd717 input=00e1acb31aa21ecc]*/
13041304
{
13051305
lru_cache_object *_self = (lru_cache_object *) self;
13061306
if (_self->maxsize == -1) {
@@ -1322,7 +1322,7 @@ Clear the cache and cache statistics
13221322

13231323
static PyObject *
13241324
_functools__lru_cache_wrapper_cache_clear_impl(PyObject *self)
1325-
/*[clinic end generated code: output=58423b35efc3e381 input=6ca59dba09b12584]*/
1325+
/*[clinic end generated code: output=58423b35efc3e381 input=dfa33acbecf8b4b2]*/
13261326
{
13271327
lru_cache_object *_self = (lru_cache_object *) self;
13281328
lru_list_elem *list = lru_cache_unlink_list(_self);

‎Modules/clinic/_functoolsmodule.c.h

Copy file name to clipboardExpand all lines: Modules/clinic/_functoolsmodule.c.h
+15-3Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.