colesbury / nogil

Multithreaded Python without the GIL
Other
2.91k stars 107 forks source link

Crash then import orjson #141

Open njockfatmih opened 5 months ago

njockfatmih commented 5 months ago

When I do an import of orjson (any version) it crashes command - python -X faulthandler -c "import orjson"

Windows fatal exception: access violation

Stack (most recent call first):
  File "<frozen importlib._bootstrap>", line 228 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 1174 in create_module
  File "<frozen importlib._bootstrap>", line 565 in module_from_spec
  File "<frozen importlib._bootstrap>", line 666 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 988 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1009 in _find_and_load