diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-19 02:38:52 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-19 02:50:43 +0300 |
commit | d96fa07134c06472bfee6718b5cfd1679196fc99 (patch) | |
tree | 31ec344fa9d3ff8dc038692516b6438dfbdb8a2d /contrib/tools/python3/Python/frozen_modules/frozen_only.h | |
parent | 452cf9e068aef7110e35e654c5d47eb80111ef89 (diff) | |
download | ydb-d96fa07134c06472bfee6718b5cfd1679196fc99.tar.gz |
Sync contrib/tools/python3 layout with upstream
* Move src/ subdir contents to the top of the layout
* Rename self-written lib -> lib2 to avoid CaseFolding warning from the VCS
* Regenerate contrib/libs/python proxy-headers accordingly
4ccc62ac1511abcf0fed14ccade38e984e088f1e
Diffstat (limited to 'contrib/tools/python3/Python/frozen_modules/frozen_only.h')
-rw-r--r-- | contrib/tools/python3/Python/frozen_modules/frozen_only.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/tools/python3/Python/frozen_modules/frozen_only.h b/contrib/tools/python3/Python/frozen_modules/frozen_only.h new file mode 100644 index 0000000000..0fca6de55c --- /dev/null +++ b/contrib/tools/python3/Python/frozen_modules/frozen_only.h @@ -0,0 +1,14 @@ +/* Auto-generated by Programs/_freeze_module.py */ +const unsigned char _Py_M__frozen_only[] = { + 227,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0, + 0,0,0,0,0,243,24,0,0,0,151,0,100,0,90,0, + 2,0,101,1,100,1,171,1,0,0,0,0,0,0,1,0, + 121,2,41,3,84,122,12,72,101,108,108,111,32,119,111,114, + 108,100,33,78,41,2,218,11,105,110,105,116,105,97,108,105, + 122,101,100,218,5,112,114,105,110,116,169,0,243,0,0,0, + 0,250,20,60,102,114,111,122,101,110,32,102,114,111,122,101, + 110,95,111,110,108,121,62,250,8,60,109,111,100,117,108,101, + 62,114,7,0,0,0,1,0,0,0,115,18,0,0,0,240, + 3,1,1,1,216,14,18,128,11,217,0,5,128,110,213,0, + 21,114,5,0,0,0, +}; |