File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ Version History
88=========================
99
1010* PyO3 Rust created upgraded from 0.24 to 0.25. (#273)
11- * We now use `Py_REFCNT(obj) ` instead of accessing `(*obj)->ob_refcnt ` directly.
11+ * We now use `` Py_REFCNT(obj) `` instead of accessing `` (*obj)->ob_refcnt ` ` directly.
1212 This fixes a nogil / multi-threaded compile error. (#201, #275)
1313* A zstandard commit to fix qsort detection on BSD operating systems
1414 has been backported. (#272)
15- * The `PYTHON_ZSTANDARD_IMPORT_POLICY ` environment variable now has leading
16- and trailing whitespace stripped. Values like ` cffi` and `cffi ` are
17- now equivalent to `cffi `.
15+ * The `` PYTHON_ZSTANDARD_IMPORT_POLICY ` ` environment variable now has leading
16+ and trailing whitespace stripped. Values like `` cffi`` and `` cffi ` ` are
17+ now equivalent to `` cffi ` `.
1818* The CI jobs for building wheels have been overhauled to always use
19- `cibuildwheel ` and `uv ` (where possible). This change should be backwards
19+ `` cibuildwheel `` and `` uv ` ` (where possible). This change should be backwards
2020 compatible. But wheel building for this project has historically been
2121 fragile and there may be unwanted changes. We're optimistic that standardizing
2222 on uv (except for musllinux ppc64le and s390x where uv isn't available)
You can’t perform that action at this time.
0 commit comments