mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Renamed PyString to PyBytes
This commit is contained in:
parent
c3cb683d63
commit
593daf545b
176 changed files with 2793 additions and 2791 deletions
|
@ -658,6 +658,6 @@ init_heapq(void)
|
|||
m = Py_InitModule3("_heapq", heapq_methods, module_doc);
|
||||
if (m == NULL)
|
||||
return;
|
||||
PyModule_AddObject(m, "__about__", PyString_FromString(__about__));
|
||||
PyModule_AddObject(m, "__about__", PyBytes_FromString(__about__));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue