mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
Backport bugfix from trunk
[SVN r19362]
This commit is contained in:
@@ -25,7 +25,10 @@ namespace detail
|
||||
{
|
||||
return incref(
|
||||
object(
|
||||
f(tuple(borrowed_reference(args)), dict(borrowed_reference(keywords)))
|
||||
f(
|
||||
tuple(borrowed_reference(args))
|
||||
, keywords ? dict(borrowed_reference(keywords)) : dict()
|
||||
)
|
||||
).ptr()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user