rokujyouhitoma has quit [Ping timeout: 255 seconds]
arigato has joined #pypy
<kenaan>
arigo default 389ed2794e24 /lib_pypy/_curses_build.py: _curses: Export more A_* constants. (from linkmauve) These six were already checked for but never imported from C.
<kenaan>
arigo default c2e3d0655f05 /lib_pypy/_curses.py: _curses: Copy the version from cpython. (from linkmauve) It is currently b'2.2'.
<kenaan>
arigo default 4264cf9b5caf /lib_pypy/: _curses: Implement resizeterm() and resize_term(). This also implements the update_line_cols() helper function whi...
<kenaan>
arigo py3.5 223ff388e219 /lib_pypy/: _curses: Implement Window.get_wch() and unget_wch(). These two functions are needed to handle wide Unicode character...
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 240 seconds]
tbodt has joined #pypy
glyph has quit [Quit: End of line.]
glyph has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 246 seconds]
arigato has quit [Quit: Leaving]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<kenaan>
cfbolz py3.5 3cbbd9c1815e /lib_pypy/_cffi_ssl/: remove vim swap files
<kenaan>
cfbolz default 2a8fae7d43c4 /.hgignore: add vim swn files to hgignore too
<danchr>
I think the breakage is due to a file having a name starting with '._' — this is used for AppleDouble files in tar, and perhaps royally confuses it
<cfbolz>
:-(
<danchr>
yes; quirks all the way down ;)
<danchr>
thanks anyway; since they're just garbage, I'll delete them in the packaging script
ArchDebian has joined #pypy
Mateon3 has joined #pypy
Mateon1 has quit [Ping timeout: 240 seconds]
Mateon3 is now known as Mateon1
<danchr>
if you ever do a 5.8.1, please include that patch :)
rokujyouhitoma has joined #pypy
<cfbolz>
danchr: will do. Does this completely block you?
rokujyouhitoma has quit [Ping timeout: 255 seconds]
<danchr>
no, I've added a one-liner to kill the files; I just wasn't sure whether that was safe
<danchr>
I don't use vim, so I hadn't seen such files before — and the PyPy internals are black magic to me, so it just might have beeen something meaningful
<cfbolz>
danchr: yes, it's weird, also the fact that they are called swn. the usual ending is swp, but it seems vim makes swn under some circumstances
<LarstiQ>
and swo
<LarstiQ>
iirc, if the other extension is already taken
<cfbolz>
right
* LarstiQ
has vim configured to leave all swap files in a ~/tmp/vim dir
<LarstiQ>
set directory=~/tmp/vim
cstratak has joined #pypy
<cfbolz>
me too
Taggnostr has joined #pypy
squeaky_pl has joined #pypy
<squeaky_pl>
Looks like that openssl issue I spotted is hitting more downstream packagers. I really hoped that nobody is using openssl 1.1.0f
antocuni has quit [Ping timeout: 240 seconds]
* squeaky_pl
secretely hopes openssl for making such changes in minor releases
<squeaky_pl>
hates*
<LarstiQ>
no longer a secret? ;)
nimaje1 has joined #pypy
nimaje is now known as Guest47139
Guest47139 has quit [Killed (cherryh.freenode.net (Nickname regained by services))]
nimaje1 is now known as nimaje
oberstet has quit [Ping timeout: 240 seconds]
oberstet2 has joined #pypy
rokujyouhitoma has joined #pypy
oberstet2 has quit [Ping timeout: 258 seconds]
Remi_M has quit [Remote host closed the connection]
Remi_M has joined #pypy
oberstet has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 255 seconds]
ArchDebian has quit [Ping timeout: 255 seconds]
jacob22_ has quit [Quit: Konversation terminated!]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
yuyichao has quit [Ping timeout: 240 seconds]
arigato has quit [Quit: Leaving]
adamholmberg has quit [Ping timeout: 258 seconds]
adamholmberg has joined #pypy
yuyichao has joined #pypy
ArchDebian has quit [Ping timeout: 240 seconds]
rokujyouhitoma has joined #pypy
Rhy0lite has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
ArchDebian has joined #pypy
yuyichao has quit [Ping timeout: 240 seconds]
yuyichao has joined #pypy
yuyichao has quit [Ping timeout: 246 seconds]
DragonSA has quit [Quit: Konversation terminated!]
jcea has quit [Ping timeout: 240 seconds]
jcea has joined #pypy
marky1991 has joined #pypy
arigato has joined #pypy
<kenaan>
arigo py3.5 29c9a89359e4 /lib_pypy/_cffi_ssl/_cffi_src/utils.py: Issue #2575 Fix the current and maybe some future openssl issues. See comment.
<kenaan>
arigo py3.5 7880a8249e05 /lib_pypy/_cffi_ssl/README.md: Document the change
<antocuni>
this is the module which contains the actual bindings
<ELFrederich>
antocuni: weird that it conditionally calls set_source
<ELFrederich>
what happens if set_source isn't called?
<antocuni>
I don't know what it's the logic behind it; maybe it's to support an older version of cffi
<antocuni>
or maybe to support _impl.libpq
<ELFrederich>
so that's the best one to use right?... API level and out of line?
<antocuni>
if you look at it, it seems it can imports the bindings either from the module which has been built by _build_libpq.py, OR by compiling it on-the-fly using ffi.verify
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
chelz has quit [Ping timeout: 260 seconds]
<ELFrederich>
I'm confused reading this out-of-line, abi level... it says you don't need a compiler but then it mentions "build time" in the sentence: It also allows you to do more detailed checkings during build-time without worrying about performance (e.g. calling cdef() many times with small pieces of declarations, based on the version of libraries detected on the system).
<antocuni>
I'd suggest to ignore ABI mode at all
<antocuni>
unless you have good reasons, use API mode, out of line
tbodt has joined #pypy
rokujyouhitoma has joined #pypy
yuyichao has quit [Ping timeout: 240 seconds]
rokujyouhitoma has quit [Ping timeout: 240 seconds]
chelz has joined #pypy
Rhy0lite has quit [Quit: Leaving]
<ELFrederich>
any suggestions for using PyCharm? I'm generating .pyd files but they're not getting indexed. So I don't get any auto completion support and everything is highlighted red
<kenaan>
rlamy multiphase 1426701d43f0 /pypy/module/cpyext/: Make typeslot numbers accessible from RPython
<kenaan>
rlamy multiphase 527c72b5b5d9 /pypy/module/cpyext/api.py: Add result_is_ll option to cts.decl()
<kenaan>
rlamy multiphase 8831a8a415be /pypy/module/cpyext/: Begin implementing PyType_FromSpec()
dw_ is now known as dw
vkirilichev has joined #pypy
amaury has joined #pypy
ArchDebian has quit [Ping timeout: 255 seconds]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 246 seconds]