Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Rare random crash when accessing .constr #324

Closed
mmomtchev opened this issue Jan 16, 2025 · 0 comments · Fixed by #325
Closed

Rare random crash when accessing .constr #324

mmomtchev opened this issue Jan 16, 2025 · 0 comments · Fixed by #325

Comments

@mmomtchev
Copy link
Owner

Accessing the Python constructor can lead to a crash due to wrong reference counting:

const d = PyObject.int(12);
const n = d.constr(14);
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant