mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add unidata_version. Bump generator version number.
This commit is contained in:
parent
05ced6aa76
commit
b5c980b802
6 changed files with 19 additions and 5 deletions
|
@ -881,6 +881,8 @@ initunicodedata(void)
|
|||
if (!m)
|
||||
return;
|
||||
|
||||
PyModule_AddStringConstant(m, "unidata_version", UNIDATA_VERSION);
|
||||
|
||||
/* Export C API */
|
||||
v = PyCObject_FromVoidPtr((void *) &hashAPI, NULL);
|
||||
if (v != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue