Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
2c35fde3
Unverified
Commit
2c35fde3
authored
Nov 08, 2023
by
Ralf W. Grosse-Kunstleve
Committed by
GitHub
Nov 08, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix refcount bug introduced with PR #4916. (#4927)
https://github.com/pybind/pybind11/pull/4916/files#r1387035547
parent
c758b81f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
include/pybind11/pybind11.h
+0
-1
No files found.
include/pybind11/pybind11.h
View file @
2c35fde3
...
...
@@ -2759,7 +2759,6 @@ get_type_override(const void *this_ptr, const type_info *this_type, const char *
PyObject
*
self_arg
=
PyTuple_GET_ITEM
(
co_varnames
,
0
);
Py_DECREF
(
co_varnames
);
PyObject
*
self_caller
=
dict_getitem
(
locals
,
self_arg
);
Py_DECREF
(
locals
);
if
(
self_caller
==
self
.
ptr
())
{
Py_DECREF
(
f_code
);
Py_DECREF
(
frame
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment