<chatter29>
to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger
chatter29 has quit [Client Quit]
tilgovi has quit [Quit: No Ping reply in 180 seconds.]
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
commandoline has quit [Quit: Bye!]
commandoline has joined #pypy
amaury has joined #pypy
commandoline has quit [Quit: Bye!]
commandoline has joined #pypy
jacob22_ has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 258 seconds]
amaury has quit [Ping timeout: 240 seconds]
jamadden has joined #pypy
antocuni_ has quit [Ping timeout: 240 seconds]
adamholmberg has joined #pypy
dr0lan has joined #pypy
adamholmberg has quit [Ping timeout: 240 seconds]
jacob22_ has quit [Quit: Konversation terminated!]
arigato has quit [Quit: Leaving]
<dr0lan>
Hey guys I'm trying to implement reading from stdin in my VM but I get an exception i'm not sure how to fix. I use sys.stdin.read() and I get back Exception: Don't know how to represent module sys. I guess that means that I should probably use something else, though I'm not sure what
<dr0lan>
Appreciate the help :)
<nimaje>
dr0lan: os.read
<dr0lan>
nimaje: how would I get the file descriptor of stdin? I tried running that but could not get it working, docs aren't of much help either
jcea has joined #pypy
<nimaje>
dr0lan: stdin, stdout and stderr are standard file descriptors. 0, 1 and 2 are the values. if you want to be explcit you can use: 'STDIN = sys.__stdin__.fileno()'
<dr0lan>
nimaje: thanks, much appreciated :)
Rhy0lite has joined #pypy
jacob22_ has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 252 seconds]
inhahe_ has quit [Read error: Connection reset by peer]
panni_ has quit [Remote host closed the connection]
panni_ has joined #pypy
jamesaxl has joined #pypy
yuyichao_ has quit [Ping timeout: 255 seconds]
yuyichao_ has joined #pypy
panni_ has quit [Remote host closed the connection]
panni_ has joined #pypy
Tiberium has joined #pypy
panni_ has quit [Remote host closed the connection]
panni_ has joined #pypy
panni_ has quit [Remote host closed the connection]
panni_ has joined #pypy
tbodt has joined #pypy
<kenaan_>
rlamy PyBuffer 3f7d3c653bf9 /pypy/objspace/std/memoryobject.py: Use .value_from_bytes() in ._getitem_tuple_indexed()
lritter has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<kenaan_>
rlamy PyBuffer 8252315ff919 /pypy/objspace/std/test/test_memoryobject.py: Avoid skipping most tests in this file when running on CPython with -A
DragonSA has quit [Quit: Konversation terminated!]
<kenaan_>
amauryfa py3.5 db0c73821d75 /pypy/module/_io/interp_textio.py: Avoid importing the full locale module during _io initialization. CPython change fbbf8b160e8d
<kenaan_>
amauryfa py3.5 34a763246fde /: Move SimpleNamespace to lib_pypy, this avoids freezing the 'types' module, and also 'functools', 'collections', 'w...
<kenaan_>
amauryfa default 994394c09421 /pypy/: Move to ObjSpace the management of the thread-local set of 'currently_in_repr' objects. It will be easier to exp...
Tiberium has quit [Remote host closed the connection]
<kenaan_>
amauryfa py3.5 a402a0d7ee30 /pypy/module/_posixsubprocess/_posixsubprocess.c: Apply CPython rev 9180fb4eccc7: Raise our own SubprocessError rather than a RuntimeError when dealing with odd rar...
<kenaan_>
amauryfa py3.5 991de0b87cdc /pypy/module/_posixsubprocess/_posixsubprocess.c: Apply diffs from CPython, mainly: CPython rev 5453b9c59cd7: On systems with a functioning /proc/self/fd or /dev/fd...