mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
fix tabs and line-endings
[SVN r13774]
This commit is contained in:
@@ -364,7 +364,7 @@ PyObject* instance::getattr(const char* name, bool use_special_function)
|
||||
if (PyEval_GetRestricted()) {
|
||||
PyErr_SetString(PyExc_RuntimeError,
|
||||
"instance.__dict__ not accessible in restricted mode");
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
Py_INCREF(m_name_space.get());
|
||||
return m_name_space.get();
|
||||
|
||||
Reference in New Issue
Block a user