Commit 9d1b7ae
committed
Add a new method of interpreter objects, interpaddr(). This returns
the address of the Tcl interpreter object, as an integer. Not very
useful for the Python programmer, but this can be called by another C
extension that needs to make calls into the Tcl/Tk C API and needs to
get the address of the Tcl interpreter object. A simple cast of the
return value to (Tcl_Interp *) will do the trick now.1 parent 06245ac commit 9d1b7ae
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1346 | 1346 | | |
1347 | 1347 | | |
1348 | 1348 | | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
1349 | 1361 | | |
1350 | 1362 | | |
1351 | 1363 | | |
| |||
1385 | 1397 | | |
1386 | 1398 | | |
1387 | 1399 | | |
| 1400 | + | |
1388 | 1401 | | |
1389 | 1402 | | |
1390 | 1403 | | |
| |||
0 commit comments