Thu Jul 15 09:19:27 2010: Request 59322 was acted upon.
Transaction: Correspondence added by CHM
Queue: Win32-Console
Subject: SetConsoleCtrlHandler function not supported
Broken in: 0.09
Severity: Important
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59322 >
Thanks for the replies and code examples. I still
see the same behavior in the perldl shell and the
Devel::REPL shell on win32 but the structure there
is tricky enough that I can't see what's wrong
in the full code. Of course, the problem is more
annoying since it does not show up on non-win32
(including cygwin) perls.
I'll see about whittling down the code to see how
small I can get with the problem and maybe I'll
see the bug or have a better example to post. This
has been a persistent problem for win32 usage with
the PDL shell.
Regards,
Chris
On Thu Jul 15 05:30:45 2010, [email protected] wrote:
>
> Looks like 1) you have to stop reading after you get an EOF
> from readline; 2) readline seems to catch the first ^C and
> quits working after that - then you can catch ^C OK; 3) you
> can't create a new Readline obj after it fails.
>
> New test case:
> ...snip...