Skip to content

Commit 6cf1aff

Browse files
Subbarao Garlapatimeta-codesync[bot]
authored andcommitted
Regenerate Argument Clinic output for sys.getallocatedbytes
Summary: Follow-up to D112405580. The Argument Clinic block for sys.getallocatedbytes was ported from the 3.12 diff with stale checksums, so the checked-in generated output did not match what `make regen-all` produces. This broke the cinder GitHub CI 'generated files up to date' [check](https://github.com/facebookincubator/cinder/actions/runs/30278732247/job/90019444006). Regenerated Python/sysmodule.c and Python/clinic/sysmodule.c.h with the 3.14 Argument Clinic tool. Reviewed By: alexmalyshev, yoney, itamaro Differential Revision: D113843430 fbshipit-source-id: 9be80342b2d28a54ee59a24d038ce391b44dd84c
1 parent d446ab1 commit 6cf1aff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Python/clinic/sysmodule.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,7 @@ Return the number of memory bytes currently allocated.
20652065

20662066
static Py_ssize_t
20672067
sys_getallocatedbytes_impl(PyObject *module)
2068-
/*[clinic end generated code: output=a340d143783a5d72 input=7c169a544662d3e2]*/
2068+
/*[clinic end generated code: output=0a3da1951d3cde0d input=9dd91dc935be81e9]*/
20692069
{
20702070
// It might make sense to return the bytes
20712071
// for just the current interpreter.

0 commit comments

Comments
 (0)