mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Remove an unneeded cast.
This commit is contained in:
parent
786ac7b27d
commit
a6dec2e744
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ _imp__fix_co_filename_impl(PyModuleDef *module, PyCodeObject *code, PyObject *pa
|
||||||
/*[clinic end generated code: checksum=4f55bad308072b30ad1921068fc4ce85bd2b39bf]*/
|
/*[clinic end generated code: checksum=4f55bad308072b30ad1921068fc4ce85bd2b39bf]*/
|
||||||
|
|
||||||
{
|
{
|
||||||
update_compiled_module((PyCodeObject*)code, path);
|
update_compiled_module(code, path);
|
||||||
|
|
||||||
Py_RETURN_NONE;
|
Py_RETURN_NONE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue