Victor Stinner
a82f63f5af
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
...
pymain_run_file() no longer encodes the filename: pass the filename
as an object to the new _PyRun_AnyFileObject() function.
Add new private functions:
* _PyRun_AnyFileObject()
* _PyRun_InteractiveLoopObject()
* _Py_FdIsInteractive()
2020-12-09 22:37:27 +01:00
..
2020-06-01 20:35:56 +02:00
2020-02-12 23:54:31 +01:00
2020-12-03 12:46:16 +02:00
2020-06-01 20:35:56 +02:00
2020-11-12 09:43:29 +00:00
2020-10-26 08:43:39 +02:00
2020-10-10 17:09:45 +03:00
2020-12-09 20:54:31 +01:00
2020-07-17 11:44:23 +01:00
2020-06-01 20:35:56 +02:00
2020-11-04 16:15:54 +01:00
2020-06-01 20:35:56 +02:00
2020-12-05 11:34:51 +01:00
2020-05-12 07:12:41 -07:00
2020-11-24 23:03:31 +01:00
2020-10-30 17:00:00 +01:00
2020-08-07 16:31:53 +09:00
2020-12-09 22:37:27 +01:00
2020-06-01 20:35:56 +02:00
2020-12-02 13:30:55 +00:00
2020-12-09 22:37:27 +01:00
2020-06-01 20:35:56 +02:00
2020-06-01 20:35:56 +02:00
2020-12-05 11:34:51 +01:00
2020-10-19 23:17:50 +01:00