Commit 7973e36
committed
Modified freeze_modules to accept recursive modules with pyfile
The pyfile that is specified in the module metadata wasn't allowed to be
a folder. This is a problem to us, as the gdb module is not a single
python file.
These modifications allow people to add pyfile recursive dirs from
non-Lib locations.
Also modified deep_freeze.py to accept surrogates in text it receives.
Not sure why it received surrogates though, something from pygments.1 parent 30af7eb commit 7973e36
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | 328 | | |
330 | 329 | | |
331 | 330 | | |
332 | 331 | | |
333 | 332 | | |
334 | 333 | | |
335 | 334 | | |
336 | | - | |
| 335 | + | |
337 | 336 | | |
338 | 337 | | |
339 | 338 | | |
| |||
0 commit comments