CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 06:07:24 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/DynamoDS/Dynamo.git
etag: W/"97d2d97c3bf34b9a8d250a22886853a4"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=QA0iY6hLDu2hQSUSU4Khq59U8qrrrJWEaYbnK9hOaSc5ZOphFDGtO5tQ3LCN0gbtvtC2bkCJd%2Fy8WiQ2bmoOSpspGUCfA2%2BZBQ9KgA9Gza696%2BmjX5DmdIyGQDYhoXQiCYIpbs36SUyrxLNq46sZQmaWg47rTUsepNol9Xm08TAM0vCr0vxoBIEpQ5DsH8nYSmv8QD%2FU4XkFGL8ITtGbGJoohqZFD544e%2FWCAktW11GNfk0aqvVvLwyLbBsi1STaUNFH5yfAVWyUwnIgnee5Bw%3D%3D--jDpqjqMDavSSbI28--UpzNdlRylEq9pnpmSLnMaQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.497924750.1753682843; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 06:07:23 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 06:07:23 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D4AC:37D5F1:14D335C:1B6A4F0:6887139B
Add support for BigInteger in CPython engine (#10830) · DynamoDS/Dynamo@af43ba9 · GitHub
Copy file name to clipboardExpand all lines: src/Libraries/DSCPython/CPythonEvaluator.cs
Copy file name to clipboardExpand all lines: src/Libraries/DSCPython/DSCPython.csproj
Copy file name to clipboard
Copy file name to clipboardExpand all lines: test/Engine/FFITarget/DummyMath.cs
Copy file name to clipboardExpand all lines: test/Engine/FFITarget/FFITarget.csproj
Copy file name to clipboardExpand all lines: test/Libraries/DynamoPythonTests/IronPythonTests.csproj
Copy file name to clipboardExpand all lines: test/Libraries/DynamoPythonTests/PythonEditTests.cs
Copy file name to clipboard
Copy file name to clipboardExpand all lines: test/core/python/BigIntegerToLong.dyn
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit af43ba9
authored
Add support for BigInteger in CPython engine (#10830)
Support is added for encoding decoding BigInteger values from Python
int that have a size that exceeds what can fit in a long.
Also a BigInteger encoder/decoder is added to the custom encoders of
Python.NET in order to support encoding and decoding in the context of
function calls.1 parent e6845c7 commit af43ba9Copy full SHA for af43ba9
File tree
Expand file treeCollapse file tree
9 files changed
+146
-24
lines changedFilter options
- src/Libraries/DSCPython
- Encoders
- test
- Engine/FFITarget
- Libraries/DynamoPythonTests
- core/python
Expand file treeCollapse file tree
9 files changed
+146
-24
lines changedsrc/Libraries/DSCPython/CPythonEvaluator.cs
Copy file name to clipboardExpand all lines: src/Libraries/DSCPython/CPythonEvaluator.cs+48-20Lines changed: 48 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 |
| |
28 | 33 |
| |
29 | 34 |
| |
| |||
101 | 106 |
| |
102 | 107 |
| |
103 | 108 |
| |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
104 | 120 |
| |
105 | 121 |
| |
106 | 122 |
| |
| |||
177 | 193 |
| |
178 | 194 |
| |
179 | 195 |
| |
180 |
| - | |
181 |
| - | |
182 |
| - | |
| 196 | + | |
183 | 197 |
| |
184 |
| - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
185 | 204 |
| |
186 |
| - | |
187 | 205 |
| |
188 |
| - | |
| 206 | + | |
189 | 207 |
| |
190 |
| - | |
191 |
| - | |
192 |
| - | |
| 208 | + | |
193 | 209 |
| |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
198 | 219 |
| |
199 |
| - | |
200 | 220 |
| |
201 |
| - | |
| 221 | + | |
202 | 222 |
| |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
208 | 234 |
| |
| 235 | + | |
| 236 | + | |
209 | 237 |
| |
210 | 238 |
| |
211 | 239 |
| |
|
src/Libraries/DSCPython/DSCPython.csproj
Copy file name to clipboardExpand all lines: src/Libraries/DSCPython/DSCPython.csproj+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| |||
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
| 64 | + | |
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
|
src/Libraries/DSCPython/Encoders/BigIntegerEncoder.cs
Copy file name to clipboard+39Lines changed: 39 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + |
test/Engine/FFITarget/DummyMath.cs
Copy file name to clipboardExpand all lines: test/Engine/FFITarget/DummyMath.cs+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 |
| |
14 | 20 |
| |
15 | 21 |
| |
|
test/Engine/FFITarget/FFITarget.csproj
Copy file name to clipboardExpand all lines: test/Engine/FFITarget/FFITarget.csproj+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
|
test/Libraries/DynamoPythonTests/IronPythonTests.csproj
Copy file name to clipboardExpand all lines: test/Libraries/DynamoPythonTests/IronPythonTests.csproj+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
85 | 86 |
| |
86 | 87 |
| |
| 88 | + | |
87 | 89 |
| |
88 | 90 |
| |
89 | 91 |
| |
|
test/Libraries/DynamoPythonTests/PythonEditTests.cs
Copy file name to clipboardExpand all lines: test/Libraries/DynamoPythonTests/PythonEditTests.cs-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
432 | 432 |
| |
433 | 433 |
| |
434 | 434 |
| |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 | 435 |
| |
439 | 436 |
| |
440 | 437 |
| |
|
test/Libraries/DynamoPythonTests/PythonEvalTestsWithLibraries.cs
Copy file name to clipboard+47Lines changed: 47 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + |
test/core/python/BigIntegerToLong.dyn
Copy file name to clipboardExpand all lines: test/core/python/BigIntegerToLong.dyn+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
|
You can’t perform that action at this time.
0 commit comments