Skip to content

Commit 05c0434

Browse files
committed
Remove incorrect Python version reference.
1 parent 5c95626 commit 05c0434

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.cext/src

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.cext/src/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ PyObject * PyObject_Dir(PyObject *obj) {
600600
return UPCALL_O(PY_BUILTIN, polyglot_from_string("dir", SRC_CS), native_to_java(obj));
601601
}
602602

603-
// taken from CPython 3.6.4 "Objects/object.c"
603+
// taken from CPython "Objects/object.c"
604604
PyObject * _PyObject_GetAttrId(PyObject *v, _Py_Identifier *name) {
605605
PyObject *result;
606606
PyObject *oname = _PyUnicode_FromId(name);

0 commit comments

Comments
 (0)