Files
pip/libs/main
andrey b82ad8e6cd fix: remove non-inline __PIInit_Initializer__ definitions from piinit.h (ODR violation)
The stub member definitions lived in the header and were picked up by
every TU including piinit.h, causing multiple-definition link errors in
embedded (PIP_EMBEDDED) builds. Definitions now live only in piinit.cpp;
the stub implementation is compiled in the '#else' branch guarded by
PIP_HAS_THREADS (no-PIInit builds are unchanged).
2026-08-22 13:46:35 +03:00
..
2026-08-12 15:12:36 +03:00
2026-03-20 16:31:30 +03:00
2026-03-12 14:46:57 +03:00
2022-12-14 14:13:52 +03:00
2026-08-12 18:23:48 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-08-11 22:55:59 +03:00
doc
2026-03-12 19:21:03 +03:00
2026-05-26 21:38:00 +03:00
2026-08-12 18:23:48 +03:00
2026-08-12 15:12:36 +03:00
2026-03-12 14:46:57 +03:00
2026-08-11 22:55:59 +03:00
2026-05-29 09:56:29 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-08-11 22:55:59 +03:00
2026-08-12 15:12:36 +03:00
2026-08-12 14:04:49 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-08-12 18:54:25 +03:00