abel1502

Results 49 comments of abel1502

Problem mentioned by @mrexodia still persists for me. Any progress on this?

If really needed, a workaround could be improvised by adding the following code at the end: ``` .quad L1 .quad L2 ; ... ``` , and then extracting the last...

Duplicate of #2. Brielfy: I've fixed it [here](https://github.com/abel1502/bytecode_simplifier), but those changes weren't yet incorporated into the original repo

> > Duplicate of #2. > > Brielfy: I've fixed it [here](https://github.com/abel1502/bytecode_simplifier), but those changes weren't yet incorporated into the original repo > > Hello, did you manage to unpack...

> > I ended up extracting the mod from the imported modules cache directly, via another mod > > Is there a guide or article on how to do this?...

Thank you, your help would be very useful. As far as I'm concerned, pjorion hasn't changed at least the outer layers structure, judging by the signature I met in the...

Actually, now that I've completed implementing and fixing this stuff, I can see it doesn't work now). Pjorion has the code for inner eval zlib-ed inside its code. I'm currently...

Oh, thanks, I shall try that

Nope, they don't leave line numbers and break if they're added(. I have another idea, but I can't really implement it: What if you could just compile a custom cpython2.7...

Wow, thanks. Although, my system is a giant mess, so it's gonna be quite a struggle to compile that or even launch the precompiled one (UPD. Already failed)). But still,...