This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tester
Recipients Tester, bradengroom, serhiy.storchaka, xtreak
Date 2018-11-01.13:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAKOaPq2LRTU9R=5cYyWYCejQ7vTZYty2RhobdCZRMBkDxMTjZg@mail.gmail.com>
In-reply-to
Content
Last thought ...

man base64 has different options than the program:

python3 -m base64 -d -i test.code2
option -i not recognized
usage: /usr/lib/python3.6/base64.py [-d|-e|-u|-t] [file|-]
        -d, -u: decode
        -e: encode (default)
        -t: encode and decode string 'Aladdin:open sesame'

On Thu, Nov 1, 2018 at 9:31 AM Fred Unll <nullbackslashnull@gmail.com>
wrote:

> My guess is the Gnome terminal. It does not like non ASCI data. There are
> other programs that generate segfaults in the terminal when piped random
> binary data.
>
> Maybe, Python could get a -Q quit setting to turn of the trace back?
>
> Thanks
>
>
> On Thu, Nov 1, 2018 at 9:18 AM TestUser <report@bugs.python.org> wrote:
>
>>
>> TestUser <nullbackslashnull@gmail.com> added the comment:
>>
>> That is all the crash automator provides.
>>
>> On Thu, Nov 1, 2018 at 9:13 AM Serhiy Storchaka <report@bugs.python.org>
>> wrote:
>>
>> >
>> > Change by Serhiy Storchaka <storchaka+cpython@gmail.com>:
>> >
>> >
>> > ----------
>> > Removed message: https://bugs.python.org/msg329061
>> >
>> > _______________________________________
>> > Python tracker <report@bugs.python.org>
>> > <https://bugs.python.org/issue35084>
>> > _______________________________________
>> >
>>
>> ----------
>>
>> _______________________________________
>> Python tracker <report@bugs.python.org>
>> <https://bugs.python.org/issue35084>
>> _______________________________________
>>
>
History
Date User Action Args
2018-11-01 13:33:35Testersetrecipients: + Tester, serhiy.storchaka, xtreak, bradengroom
2018-11-01 13:33:35Testerlinkissue35084 messages
2018-11-01 13:33:34Testercreate