We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7309b commit 61e40f6Copy full SHA for 61e40f6
.github/workflows/ci.yml
@@ -70,12 +70,6 @@ jobs:
70
python: pypy3
71
arch: x64
72
73
- # TODO: renable
74
- # Currently segfaults on macOS Python 3.9
75
- - runs-on: macos-latest
76
- python: 3.9
77
- arch: x64
78
-
79
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • ${{ matrix.arch }} ${{ matrix.args }}"
80
runs-on: ${{ matrix.runs-on }}
81
include/pybind11/pybind11.h
@@ -466,7 +466,7 @@ class cpp_function : public function {
466
}
467
if (rec->def) {
468
std::free(const_cast<char *>(rec->def->ml_doc));
469
- delete rec->def;
+ //delete rec->def;
470
471
delete rec;
472
rec = next;
0 commit comments