Changes between Version 1 and Version 2 of Ticket #34204
- Timestamp:
- Dec 9, 2022, 12:04:46 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34204 – Description
v1 v2 65 65 ./configure --without-doc-strings 66 66 make -j 67 ./python 68 >>> import django.utils.crypto 69 *crash* 67 ./python -c "import django.utils.crypto" 70 68 }}} 71 69