Skip to content

Commit

Permalink
Update generated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreQuentel committed Oct 10, 2024
1 parent 1714076 commit 9fad4b1
Show file tree
Hide file tree
Showing 6 changed files with 1,674 additions and 1,718 deletions.
6 changes: 3 additions & 3 deletions www/src/brython.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ $B.unicode_bidi_whitespace=[9,10,11,12,13,28,29,30,31,32,133,5760,8192,8193,8194
;
__BRYTHON__.implementation=[3,13,0,'dev',0]
__BRYTHON__.version_info=[3,13,0,'final',0]
__BRYTHON__.compiled_date="2024-10-10 09:35:26.141461"
__BRYTHON__.timestamp=1728545726141
__BRYTHON__.compiled_date="2024-10-10 09:45:40.204033"
__BRYTHON__.timestamp=1728546340203
__BRYTHON__.builtin_module_names=["_ajax","_ast","_base64","_binascii","_io_classes","_json","_jsre","_locale","_multiprocessing","_posixsubprocess","_profile","_random","_sre","_sre_utils","_string","_strptime","_svg","_symtable","_tokenize","_webcomponent","_webworker","_zlib_utils","_zlib_utils1","_zlib_utils_kozh","array","builtins","dis","encoding_cp932","encoding_cp932_v2","hashlib","html_parser","marshal","math","modulefinder","posix","pyexpat","python_re","python_re_new","unicodedata","xml_helpers","xml_parser","xml_parser_backup"]
;

Expand Down Expand Up @@ -10882,7 +10882,7 @@ throw _b_.TypeError.$factory(`object ${$B.class_name(obj)} `+
`can't be used in 'await' expression`)}})(__BRYTHON__)
;

(function($B){$B.builtin_class_flags={builtins:{1073763586:['ImportError','StopIteration','ArithmeticError','PythonFinalizationError','EnvironmentError','GeneratorExit','RuntimeError','IOError','NotImplementedError','FileNotFoundError','KeyError','UnboundLocalError','WindowsError','TimeoutError','NotADirectoryError','OverflowError','IndexError','AttributeError','ResourceWarning','BaseException','ConnectionResetError','ChildProcessError','Warning','UnicodeDecodeError','UnicodeTranslateError','RuntimeWarning','FutureWarning','BytesWarning','InterruptedError','BaseExceptionGroup','TabError','AssertionError','ImportWarning','ConnectionError','OSError','ConnectionAbortedError','ConnectionRefusedError','EncodingWarning','EOFError','TypeError','UserWarning','Exception','PermissionError','UnicodeEncodeError','FloatingPointError','ModuleNotFoundError','SyntaxWarning','MemoryError','SystemExit','ReferenceError','SyntaxError','_IncompleteInputError','PendingDeprecationWarning','SystemError','DeprecationWarning','IsADirectoryError','ValueError','FileExistsError','BufferError','RecursionError','ProcessLookupError','LookupError','BlockingIOError','BrokenPipeError','IndentationError','StopAsyncIteration','NameError','UnicodeError','UnicodeWarning','KeyboardInterrupt','ZeroDivisionError'],1073763848:['ExceptionGroup'],20975874:['bool'],4199682:['float','bytearray'],138417410:['bytes'],21762:['super','enumerate','staticmethod','classmethod','property','zip','map','reversed','filter'],5378:['object','complex'],541087042:['dict'],4216066:['frozenset','set'],20976898:['int'],37770530:['list'],20770:['memoryview'],4386:['range'],20738:['slice'],272635138:['str'],71324962:['tuple'],2155896066:['type'],},types:{20866:['generator','member_descriptor','method-wrapper','classmethod_descriptor','async_generator','coroutine','frame','getset_descriptor'],22914:['builtin_function_or_method'],20738:['cell','traceback'],4354:['ellipsis','NoneType','code','NotImplementedType'],153858:['function'],20802:['mappingproxy'],153986:['method_descriptor'],22786:['method'],21762:['module'],151938:['wrapper_descriptor'],}}})(__BRYTHON__)
(function($B){$B.builtin_class_flags={builtins:{1073763586:['ReferenceError','BaseExceptionGroup','InterruptedError','ConnectionRefusedError','RecursionError','KeyError','ImportError','UserWarning','BufferError','AttributeError','OverflowError','Exception','ChildProcessError','SystemError','ConnectionError','FutureWarning','TypeError','FileNotFoundError','IsADirectoryError','NotImplementedError','IndentationError','PythonFinalizationError','FloatingPointError','EOFError','TabError','ValueError','ConnectionResetError','ImportWarning','ConnectionAbortedError','PermissionError','FileExistsError','EnvironmentError','NameError','_IncompleteInputError','NotADirectoryError','WindowsError','SyntaxError','ArithmeticError','RuntimeWarning','BaseException','MemoryError','StopIteration','ZeroDivisionError','UnboundLocalError','UnicodeWarning','UnicodeEncodeError','ModuleNotFoundError','StopAsyncIteration','UnicodeTranslateError','GeneratorExit','LookupError','BlockingIOError','IOError','AssertionError','IndexError','ProcessLookupError','UnicodeError','KeyboardInterrupt','BytesWarning','ResourceWarning','TimeoutError','PendingDeprecationWarning','Warning','BrokenPipeError','OSError','SyntaxWarning','RuntimeError','UnicodeDecodeError','SystemExit','EncodingWarning','DeprecationWarning'],1073763848:['ExceptionGroup'],20975874:['bool'],4199682:['float','bytearray'],138417410:['bytes'],21762:['filter','zip','property','reversed','staticmethod','super','classmethod','map','enumerate'],5378:['complex','object'],541087042:['dict'],4216066:['frozenset','set'],20976898:['int'],37770530:['list'],20770:['memoryview'],4386:['range'],20738:['slice'],272635138:['str'],71324962:['tuple'],2155896066:['type'],},types:{20866:['getset_descriptor','member_descriptor','classmethod_descriptor','generator','coroutine','method-wrapper','async_generator','frame'],22914:['builtin_function_or_method'],20738:['cell','traceback'],4354:['code','ellipsis','NoneType','NotImplementedType'],153858:['function'],20802:['mappingproxy'],153986:['method_descriptor'],22786:['method'],21762:['module'],151938:['wrapper_descriptor'],}}})(__BRYTHON__)
;
(function($B){var _b_=$B.builtins
var update=$B.update_obj=function(mod,data){for(let attr in data){mod[attr]=data[attr]}}
Expand Down
2 changes: 1 addition & 1 deletion www/src/brython.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/src/brython_stdlib.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions www/src/py_flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
(function($B){
$B.builtin_class_flags = {
builtins: {
1073763586: ['ImportError', 'StopIteration', 'ArithmeticError', 'PythonFinalizationError', 'EnvironmentError', 'GeneratorExit', 'RuntimeError', 'IOError', 'NotImplementedError', 'FileNotFoundError', 'KeyError', 'UnboundLocalError', 'WindowsError', 'TimeoutError', 'NotADirectoryError', 'OverflowError', 'IndexError', 'AttributeError', 'ResourceWarning', 'BaseException', 'ConnectionResetError', 'ChildProcessError', 'Warning', 'UnicodeDecodeError', 'UnicodeTranslateError', 'RuntimeWarning', 'FutureWarning', 'BytesWarning', 'InterruptedError', 'BaseExceptionGroup', 'TabError', 'AssertionError', 'ImportWarning', 'ConnectionError', 'OSError', 'ConnectionAbortedError', 'ConnectionRefusedError', 'EncodingWarning', 'EOFError', 'TypeError', 'UserWarning', 'Exception', 'PermissionError', 'UnicodeEncodeError', 'FloatingPointError', 'ModuleNotFoundError', 'SyntaxWarning', 'MemoryError', 'SystemExit', 'ReferenceError', 'SyntaxError', '_IncompleteInputError', 'PendingDeprecationWarning', 'SystemError', 'DeprecationWarning', 'IsADirectoryError', 'ValueError', 'FileExistsError', 'BufferError', 'RecursionError', 'ProcessLookupError', 'LookupError', 'BlockingIOError', 'BrokenPipeError', 'IndentationError', 'StopAsyncIteration', 'NameError', 'UnicodeError', 'UnicodeWarning', 'KeyboardInterrupt', 'ZeroDivisionError'],
1073763586: ['ReferenceError', 'BaseExceptionGroup', 'InterruptedError', 'ConnectionRefusedError', 'RecursionError', 'KeyError', 'ImportError', 'UserWarning', 'BufferError', 'AttributeError', 'OverflowError', 'Exception', 'ChildProcessError', 'SystemError', 'ConnectionError', 'FutureWarning', 'TypeError', 'FileNotFoundError', 'IsADirectoryError', 'NotImplementedError', 'IndentationError', 'PythonFinalizationError', 'FloatingPointError', 'EOFError', 'TabError', 'ValueError', 'ConnectionResetError', 'ImportWarning', 'ConnectionAbortedError', 'PermissionError', 'FileExistsError', 'EnvironmentError', 'NameError', '_IncompleteInputError', 'NotADirectoryError', 'WindowsError', 'SyntaxError', 'ArithmeticError', 'RuntimeWarning', 'BaseException', 'MemoryError', 'StopIteration', 'ZeroDivisionError', 'UnboundLocalError', 'UnicodeWarning', 'UnicodeEncodeError', 'ModuleNotFoundError', 'StopAsyncIteration', 'UnicodeTranslateError', 'GeneratorExit', 'LookupError', 'BlockingIOError', 'IOError', 'AssertionError', 'IndexError', 'ProcessLookupError', 'UnicodeError', 'KeyboardInterrupt', 'BytesWarning', 'ResourceWarning', 'TimeoutError', 'PendingDeprecationWarning', 'Warning', 'BrokenPipeError', 'OSError', 'SyntaxWarning', 'RuntimeError', 'UnicodeDecodeError', 'SystemExit', 'EncodingWarning', 'DeprecationWarning'],
1073763848: ['ExceptionGroup'],
20975874: ['bool'],
4199682: ['float', 'bytearray'],
138417410: ['bytes'],
21762: ['super', 'enumerate', 'staticmethod', 'classmethod', 'property', 'zip', 'map', 'reversed', 'filter'],
5378: ['object', 'complex'],
21762: ['filter', 'zip', 'property', 'reversed', 'staticmethod', 'super', 'classmethod', 'map', 'enumerate'],
5378: ['complex', 'object'],
541087042: ['dict'],
4216066: ['frozenset', 'set'],
20976898: ['int'],
Expand All @@ -21,10 +21,10 @@ $B.builtin_class_flags = {
2155896066: ['type'],
},
types: {
20866: ['generator', 'member_descriptor', 'method-wrapper', 'classmethod_descriptor', 'async_generator', 'coroutine', 'frame', 'getset_descriptor'],
20866: ['getset_descriptor', 'member_descriptor', 'classmethod_descriptor', 'generator', 'coroutine', 'method-wrapper', 'async_generator', 'frame'],
22914: ['builtin_function_or_method'],
20738: ['cell', 'traceback'],
4354: ['ellipsis', 'NoneType', 'code', 'NotImplementedType'],
4354: ['code', 'ellipsis', 'NoneType', 'NotImplementedType'],
153858: ['function'],
20802: ['mappingproxy'],
153986: ['method_descriptor'],
Expand Down
4 changes: 2 additions & 2 deletions www/src/version_info.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__BRYTHON__.implementation = [3, 13, 0, 'dev', 0]
__BRYTHON__.version_info = [3, 13, 0, 'final', 0]
__BRYTHON__.compiled_date = "2024-10-10 09:35:26.141461"
__BRYTHON__.timestamp = 1728545726141
__BRYTHON__.compiled_date = "2024-10-10 09:45:40.204033"
__BRYTHON__.timestamp = 1728546340203
__BRYTHON__.builtin_module_names = ["_ajax",
"_ast",
"_base64",
Expand Down
Loading

0 comments on commit 9fad4b1

Please sign in to comment.