mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 04:22:16 +00:00
Use the expected return type.
This commit is contained in:
@@ -502,7 +502,7 @@ namespace objects
|
||||
);
|
||||
}
|
||||
|
||||
str qualname(const char *name)
|
||||
object qualname(const char *name)
|
||||
{
|
||||
#if PY_VERSION_HEX >= 0x03030000
|
||||
if (PyObject_HasAttrString(scope().ptr(), "__qualname__")) {
|
||||
|
||||
Reference in New Issue
Block a user