Explorar o código

[python] changed sys.thread.Deque.NativeDeque to a private type

Aleksandr Kuzmenko %!s(int64=4) %!d(string=hai) anos
pai
achega
225d28afed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/python/_std/sys/thread/Deque.hx

+ 1 - 1
std/python/_std/sys/thread/Deque.hx

@@ -63,7 +63,7 @@ class Deque<T> {
 
 @:pythonImport("collections", "deque")
 @:native("deque")
-extern class NativeDeque<T> {
+private extern class NativeDeque<T> {
 	function new();
 	function append(x:T):Void;
 	function appendleft(x:T):Void;