mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
commit
bc8924b2e9
@ -315,7 +315,7 @@ void arg_singlePrint(Arg* self, PIKA_BOOL in_REPL, char* end) {
|
||||
arg_printBytes(self, end);
|
||||
return;
|
||||
}
|
||||
if (ARG_TYPE_POINTER == type || ARG_TYPE_METHOD_NATIVE_CONSTRUCTOR) {
|
||||
if (ARG_TYPE_POINTER == type || ARG_TYPE_METHOD_NATIVE_CONSTRUCTOR== type) {
|
||||
pika_platform_printf("%p%s", arg_getPtr(self), end);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user