Skip to content

Commit

Permalink
[distutils] workaround TT #1663
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@47106 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
fperrad committed May 29, 2010
1 parent dc79b10 commit 09f167e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parrot/library/HTTP/Message.pir
Expand Up @@ -20,7 +20,7 @@ see http://search.cpan.org/~gaas/libwww-perl/

.namespace ['HTTP';'Date']

.loadlib 'io_ops' # XXX avoids segfaults for some reason
.loadlib 'io_ops' # XXX avoids segfaults for some reason (see TT #1663)
.loadlib 'sys_ops'
.include 'tm.pasm'

Expand Down
1 change: 1 addition & 0 deletions runtime/parrot/library/distutils.pir
Expand Up @@ -172,6 +172,7 @@ L<http://gitorious.org/kakapo/kakapo/blobs/master/setup.nqp>

=cut

.loadlib 'io_ops' # workaround TT #1663
.loadlib 'sys_ops'

.sub '__onload' :load :init :anon
Expand Down

0 comments on commit 09f167e

Please sign in to comment.