all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ruijie Yu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Adam Connor <adamc55@gmail.com>
Cc: 61589@debbugs.gnu.org
Subject: bug#61589: 28.2; Triple-Quote causes emacs 28 to free in Python-mode
Date: Sat, 18 Feb 2023 11:18:51 +0800	[thread overview]
Message-ID: <sdvlekvmzf6.fsf@fw.net.yu> (raw)
In-Reply-To: <B88FB478-C126-43CC-9DBD-4B101BFD8791@gmail.com>


Adam Connor <adamc55@gmail.com> writes:

> emacs -Q recipe: Start with a  file  as follows (not including the
> dashed lines):
> --------------------
>
> import os
>
>
>
> def some_outer():
>     """
>     Returns an inner function
>     """
>     print('bah')
>
>     def inner(*args, **kwargs):
>         """
>         blah blah, 'True' is parsed as the boolean True, '[1,2,3]' as the array
>         [1,2,3], etc. -- but in cases where that doesn't work, yadda yadda
>         """
>         return 55
>
>     return inner
> --------------------
>
> Open the file. Above 'some_outer', try  to add
>
> class Foo:
>     """
>
> For me, emacs will consistently freeze after I press enter on the triple
> quote. The docstrings seem to play a role (if I delete them, it stops
> freezing), but I don't know exactly what is going on there.
>
> And by 'freeze', I mean exactly that -- emacs stops responding and
> cannot be quit, although I can force-quit it.
>
> In GNU Emacs 28.2 (build 1, aarch64-apple-darwin21.1.0, NS appkit-2113.00 Version 12.0.1 (Build 21A559))
> of 2022-09-12 built on armbob.lan
> Windowing system distributor 'Apple', version 10.3.2113
> System Description:  macOS 12.6.3

Cannot reproduce in 28.1 (5a223c7f2ef4c31abbd46367b6ea83cd19d30aa7) on
GNU/Linux.  Compiling 28.2 tag, 29 branch and master branch ATM.

--
Best,


RY





  reply	other threads:[~2023-02-18  3:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-18  0:12 bug#61589: 28.2; Triple-Quote causes emacs 28 to free in Python-mode Adam Connor
2023-02-18  3:18 ` Ruijie Yu via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2023-02-18  3:29   ` Ruijie Yu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-18  7:22     ` Eli Zaretskii
2023-02-20 15:36       ` Adam Connor
2023-02-20 16:18         ` Adam Connor
2023-02-20 16:55         ` Eli Zaretskii
2023-02-20 17:34           ` Adam Connor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=sdvlekvmzf6.fsf@fw.net.yu \
    --to=bug-gnu-emacs@gnu.org \
    --cc=61589@debbugs.gnu.org \
    --cc=adamc55@gmail.com \
    --cc=ruijie@netyu.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.