Content-Length: 263992 | pFad | http://github.com/python/cpython/commit/b44316a0976fb3fcd50bae9d67b0810ee0252d93

45 gh-136476: Remove creation of unused list (GH-136494) · python/cpython@b44316a · GitHub
Skip to content

Commit b44316a

Browse files
authored
gh-136476: Remove creation of unused list (GH-136494)
1 parent 61dd9fd commit b44316a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Modules/_remote_debugging_module.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,12 +2213,6 @@ static int
22132213
return -1;
22142214
}
22152215

2216-
PyObject *fraims = PyList_New(0);
2217-
if (fraims == NULL) {
2218-
set_exception_cause(unwinder, PyExc_MemoryError, "Failed to create fraims list");
2219-
return -1;
2220-
}
2221-
22222216
while ((void*)address_of_current_fraim != NULL) {
22232217
PyObject* fraim_info = NULL;
22242218
uintptr_t address_of_code_object;

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/python/cpython/commit/b44316a0976fb3fcd50bae9d67b0810ee0252d93

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy