IncludeCPP 3.5.8__tar.gz → 3.5.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {includecpp-3.5.8 → includecpp-3.5.9}/IncludeCPP.egg-info/PKG-INFO +1 -1
- {includecpp-3.5.8 → includecpp-3.5.9}/PKG-INFO +1 -1
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/__init__.py +1 -1
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl/cssl_runtime.py +11 -3
- {includecpp-3.5.8 → includecpp-3.5.9}/pyproject.toml +1 -1
- {includecpp-3.5.8 → includecpp-3.5.9}/IncludeCPP.egg-info/SOURCES.txt +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/IncludeCPP.egg-info/dependency_links.txt +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/IncludeCPP.egg-info/entry_points.txt +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/IncludeCPP.egg-info/requires.txt +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/IncludeCPP.egg-info/top_level.txt +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/LICENSE +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/MANIFEST.in +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/README.md +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/__init__.pyi +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/__main__.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/cli/__init__.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/cli/commands.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/cli/config_parser.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/__init__.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/ai_integration.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/build_manager.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cpp_api.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cpp_api.pyi +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cppy_converter.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl/CSSL_DOCUMENTATION.md +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl/__init__.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl/cssl_builtins.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl/cssl_events.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl/cssl_modules.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl/cssl_parser.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl/cssl_syntax.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl/cssl_types.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl_bridge.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/cssl_bridge.pyi +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/error_catalog.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/error_formatter.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/exceptions.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/path_discovery.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/project_ui.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/core/settings_ui.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/generator/__init__.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/generator/parser.cpp +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/generator/parser.h +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/generator/type_resolver.cpp +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/generator/type_resolver.h +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/py.typed +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/templates/cpp.proj.template +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/vscode/__init__.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/vscode/cssl/__init__.py +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/vscode/cssl/language-configuration.json +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/vscode/cssl/package.json +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/requirements.txt +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/setup.cfg +0 -0
- {includecpp-3.5.8 → includecpp-3.5.9}/setup.py +0 -0
|
@@ -1681,9 +1681,17 @@ class CSSLRuntime:
|
|
|
1681
1681
|
return None
|
|
1682
1682
|
|
|
1683
1683
|
if node.type == 'identifier':
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1684
|
+
name = node.value
|
|
1685
|
+
value = self.scope.get(name)
|
|
1686
|
+
# Fallback to global scope
|
|
1687
|
+
if value is None:
|
|
1688
|
+
value = self.global_scope.get(name)
|
|
1689
|
+
# Fallback to promoted globals (from 'global' keyword)
|
|
1690
|
+
if value is None:
|
|
1691
|
+
value = self._promoted_globals.get(name)
|
|
1692
|
+
# Fallback to builtins
|
|
1693
|
+
if value is None and self.builtins.has_function(name):
|
|
1694
|
+
return self.builtins.get_function(name)
|
|
1687
1695
|
return value
|
|
1688
1696
|
|
|
1689
1697
|
if node.type == 'module_ref':
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "IncludeCPP"
|
|
7
|
-
version = "3.5.
|
|
7
|
+
version = "3.5.9"
|
|
8
8
|
description = "Professional C++ Python bindings with type-generic templates, pystubs and native threading"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|