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
023b3f32
Unverified
Commit
023b3f32
authored
Jul 12, 2022
by
Ralf W. Grosse-Kunstleve
Committed by
GitHub
Jul 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo accidental one-line change under PR #3913 (#4060)
parent
790241bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
include/pybind11/cast.h
+1
-1
No files found.
include/pybind11/cast.h
View file @
023b3f32
...
@@ -1625,7 +1625,7 @@ unpacking_collector<policy> collect_arguments(Args &&...args) {
...
@@ -1625,7 +1625,7 @@ unpacking_collector<policy> collect_arguments(Args &&...args) {
template
<
typename
Derived
>
template
<
typename
Derived
>
template
<
return_value_policy
policy
,
typename
...
Args
>
template
<
return_value_policy
policy
,
typename
...
Args
>
object
object_api
<
Derived
>::
operator
()(
Args
&&
...
args
)
const
{
object
object_api
<
Derived
>::
operator
()(
Args
&&
...
args
)
const
{
#if
defined(PYBIND11_DETAILED_ERROR_MESSAGES)
#if
ndef NDEBUG
if
(
!
PyGILState_Check
())
{
if
(
!
PyGILState_Check
())
{
pybind11_fail
(
"pybind11::object_api<>::operator() PyGILState_Check() failure."
);
pybind11_fail
(
"pybind11::object_api<>::operator() PyGILState_Check() failure."
);
}
}
...
...
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